headerbar: Don't use gtk_widget_unparent() with GtkBox
authorAlexander Mikhaylenko <alexm@gnome.org>
Mon, 8 Feb 2021 12:52:10 +0000 (17:52 +0500)
committerAlexander Mikhaylenko <alexm@gnome.org>
Mon, 8 Feb 2021 13:46:27 +0000 (18:46 +0500)
commit319755662f5a683794b12a49c6b6f21f22f1b4ae
tree7ffeed1df2ea2ea59446a5ef0b118957cc095b8d
parent055cd9aaadc5c413e4b50bd5fe58258c27a48ea9
headerbar: Don't use gtk_widget_unparent() with GtkBox

gtk_widget_unparent() is for widget implementations, it's not supposed to
be used from outside.
gtk/gtkheaderbar.c